(*)
(*,*)
(*,*,*)
(*,*,*,*)
anonymous or unbound function symbol
used to define a function, but without binding the variables to an op-ket
instead, the input variables bind to |__selfk>, where k is a positive integer
note that the input sequence binds to |__self0>
the first param binds to |__self> or |__self1>
the second param to |__self2>, and so on
currently limited to a max of 4 parameters, bound functions in contrast do not have this limit
in many cases, bound functions are now preferred over anonymous functions